PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / getAfterPrintAction Method
In This Topic
    getAfterPrintAction Method
    In This Topic
    Gets the javascript action to execute after the document is printed.
    Syntax
    public PDFJavaScriptAction getAfterPrintAction()

    Return Value

    A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed after the document is printed.
    See Also